From: Dmitry Antipov Date: Mon, 26 Aug 2013 16:29:52 +0000 (+0400) Subject: Fix ChangeLog typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3275^2~113 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=447218dd746e66544176995f1c791609b632a398;p=emacs.git Fix ChangeLog typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5f0bb86c3ee..37d3419532b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -30,7 +30,7 @@ Fix recovering from possible decompression error. Since insert_from_gap doesn't always move point, we can't use PT as the position where the partially decompressed data ends, and - should count how may bytes was produced so far. + should count how many bytes was produced so far. * decompress.c (struct decompress_unwind_data): Add nbytes member. (unwind_decompress): Really delete partially uncompressed data. (Fzlib_decompress_region): Take decompressed data size into account.